TIMEOUT We are left with following problem, upon which TcT provides the certificate TIMEOUT. Strict Trs: { plus(x, 0()) -> x , plus(s(x), y) -> s(plus(x, y)) , mult(0(), y) -> 0() , mult(s(x), y) -> plus(y, mult(x, y)) , square(x) -> mult(x, x) } Obligation: runtime complexity Answer: TIMEOUT Computation stopped due to timeout after 300.0 seconds. Arrrr..